
|
Alert Boxes
Alert boxes are a special case of modal dialog boxes. Alert boxes display messages to users to inform them of situations that run from interesting to dangerous. Each type of alert has a corresponding icon that appears in the alert box as described in the sections that follow. An alert box contains only an icon, text, and buttons. There are no other controls in alert boxes.
Alert boxes are modal to the application and don't allow a user to switch to another application. The only way to close an alert box is to click a button. In deciding when to use an alert box, follow the same guidelines as for modal dialog boxes in general.
Subtopics
- Alert Box Appearance
-
- Note Alert Boxes
-
- Caution Alert Boxes
-
- Stop Alert Boxes
-
|